tbox
Class Alfabeth
java.lang.Object
tbox.Alfabeth
public class Alfabeth
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
concepts
private java.util.Collection<AtomicConcept> concepts
roles
private java.util.Collection<AtomicRole> roles
valueSets
private java.util.Collection<AtomicValueDomain> valueSets
conceptAttributes
private java.util.Collection<AtomicConceptAttribute> conceptAttributes
roleAttributes
private java.util.Collection<AtomicRoleAttribute> roleAttributes
Alfabeth
public Alfabeth()
Alfabeth
public Alfabeth(java.util.Vector<AtomicConcept> concepts,
java.util.Vector<AtomicRole> roles,
java.util.Vector<AtomicValueDomain> valueSets,
java.util.Vector<AtomicConceptAttribute> conceptAttributes,
java.util.Vector<AtomicRoleAttribute> roleAttributes)
getConcepts
public java.util.Collection<AtomicConcept> getConcepts()
setConcepts
public void setConcepts(java.util.Collection<AtomicConcept> concepts)
getRoles
public java.util.Collection<AtomicRole> getRoles()
setRoles
public void setRoles(java.util.Collection<AtomicRole> roles)
getValueSets
public java.util.Collection<AtomicValueDomain> getValueSets()
setValueSets
public void setValueSets(java.util.Collection<AtomicValueDomain> valueSets)
getConceptAttributes
public java.util.Collection<AtomicConceptAttribute> getConceptAttributes()
setConceptAttributes
public void setConceptAttributes(java.util.Collection<AtomicConceptAttribute> conceptAttributes)
getRoleAttributes
public java.util.Collection<AtomicRoleAttribute> getRoleAttributes()
setRoleAttributes
public void setRoleAttributes(java.util.Collection<AtomicRoleAttribute> roleAttributes)
add
public void add(AtomicConcept a)
add
public void add(AtomicRole p)
add
public void add(AtomicValueDomain t)
add
public void add(AtomicConceptAttribute uc)
add
public void add(AtomicRoleAttribute ur)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toFOLPredicates
public java.lang.String toFOLPredicates()